No need to highlight the file's basename when setting the base folder
authorFederico Mena Quintero <federico@gnome.org>
Fri, 1 Jul 2011 19:59:06 +0000 (14:59 -0500)
committerFederico Mena Quintero <federico@gnome.org>
Sat, 2 Jul 2011 00:07:12 +0000 (19:07 -0500)
commit9eb324dbafccec30cb95e1dd621c4f4322fb0f41
tree07f23e8350a00f2e23f0aba2e325202b7ddc32b7
parent894be790bf498f3d2be877b6294fbd3305759a3d
No need to highlight the file's basename when setting the base folder

None of the cases where _gtk_file_chooser_entry_set_base_folder() appear to require
the entry highlighting the file's basename.  Doing the highlighting actually makes
things look weird in Save/Recent mode if you

  1. type a filename
  2. click on a recent-folder,

as right after (2) your filename would get its basename highlighted for
no apparent reason.

Signed-off-by: Federico Mena Quintero <federico@gnome.org>
gtk/gtkfilechooserentry.c